SMStatusPtr
#include <Sound.h>
typedef struct SMStatus{ Size Offset Description short smMaxCPULoad; 2 0 maximum load on all channels
short smNumChannels; 2 2 number of allocated channels
short smCurCPULoad; 2 4 current load on all channels
typedef SMStatus *SMStatusPtr;
Field descriptions
exceed when allocating channels. The smMaxCPULoad field
is set to a default value of 100 when the system starts
up.
smNumChannels The number of sound channels that are currently
allocated by all applications. This does not mean that the
channels allocated are being used, only that they have
been allocated and that CPU loading is being reserved for
these channels.
smCurCPULoad The CPU load that is being taken up by currently
allocated channels.
of sound channels currently allocated by all applications.